home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_bas / vbtrc96.zip / VBTRC96.TXT < prev   
Text File  |  1996-04-09  |  3KB  |  67 lines

  1. PRODUCT UPDATE ANNOUNCEMENT:
  2. VBTRACE 96: Visual Basic 4.0 compatible.
  3.  
  4. VBTrace 96 is a utility program designed primarily to fill a void in the 
  5. Visual Basic tool kit, namely the ability to obtain a listing of the 
  6. procedures executed by a Visual Basic program in the order in which 
  7. they are executed.  The standard step tracing provided with Visual 
  8. Basic is fine for tracing code within a procedure, but is inadequate 
  9. for tracing program flow from procedure to procedure or through idle 
  10. time events such as SetFocus or input from the keyboard.  Using step 
  11. tracing will, in many instances, actually change the order in which the 
  12. procedures are executed.
  13.  
  14. With VBTrace 96 you can easily:
  15.  1) Spot procedures which are being called accidentally or unnecessarily,
  16.  2) See the exact order in which procedures and events are executed.
  17.  3) See why a particular form takes so long to load
  18.  4) Know how many forms are loaded at any point in a program.
  19.  5) Tell if a procedure is being called recursively.
  20.  6) See which areas of your program use the most Windows resources.
  21.  7) See when each form is actually loaded and unloaded.
  22.  8) Track GDI, USER, and Global Memory usage from procedure to procedure.
  23.  9) Track disk space usage.
  24. 10) Set and track an unlimited number of watch variables.
  25. 11) Monitor the value of arguments being passed to procedures.
  26. 12) Pinpoint cascade events.
  27. 13) Locate duplicate files on your disk.
  28. 14) Print formatted source code listings.
  29. 15) Time a procedure or group of procedures with millisecond resolution.
  30. 16) Automatically add Error Code to each procedure in a project.
  31. 17) Add line numbers to each executable statement in a project.
  32.     This is convenient for locating errors in compiled programs.
  33. 18) Generate a cross reference listing showing all global, form level,
  34.     and procedure level variables being used in the program and where each
  35.     is referenced. Also shown are any variables created but never
  36.     referenced.
  37. 19) Generate a cross reference listing showing all procedures in the 
  38.     program and where each procedure is referenced. Also shown are any 
  39.     procedures which are never referenced in the program.
  40. 20) Backup the project.
  41. 21) Monitor GDI, USER, and global memory while developing your project in 
  42.     the Visual Basic environment.
  43.  
  44.  New Features in VBTrace 96:
  45. 22) Print your project's source code with different font style and
  46.     size for the Headings, Procedure Names, Source Code, and Comments.
  47. 23) Find and safely remove duplicate files such as DLLs, VBXs, etc.
  48. 24) List the procedures in your project sorted by time consumed.
  49. 25) Automatically format the source code in your project.
  50.  
  51. There are times in your Visual Basic program when the user clicks, 
  52. tabs, or Alt/keys and you have no idea which procedures are executed
  53. and in what order.  With VBTrace 96, you always know.
  54.  
  55. Download VBTrace 96 from any of the following:
  56.      CIS: MSBASIC Forum
  57.           VBPJ Forum 
  58.      NET: ftp.apexsc.com/pub/cgvb/coop/cstuart
  59.      WWW: http://www.apexsc.com/vb/ftp/coop/cstuart 
  60.      AOL: Windows software library
  61.  
  62. Free support from:
  63.      Chuck Stuart
  64.      NET: cstuart@metronet.com
  65.      CIS: 76560,51
  66.      AOL: ChukStuart 
  67.